php str_pad not working

39

php str_pad not working -

str_pad($myString, 9, '0', STR_PAD_LEFT);
// "000024896"

Comments

Submit
0 Comments